-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configurable $config_director_dirs with purge option #43
configurable $config_director_dirs with purge option #43
Conversation
be2dc94
to
6e4069a
Compare
So this is a first WIP which works for me. I added the The directories in Is this a acceptable concept? I'd like to get some feedback before I continue with specs and stuff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't speak to the actual purging since I don't know bareos so I'll just comment on the Puppet language comments.
c091775
to
03b6d8c
Compare
So now the tests for puppet 3 are failing as expected. working around this to support puppet3 would be a pain in 2020. |
The puppet 3 tests are enabled by accident. We don't support it anymore. Can you please remove the related tests in the .travis.yml? |
4e45132
to
72e9d38
Compare
Done. All checks green now. |
Since the default behaviour does not change and the parameters of |
665a214
to
57eea0e
Compare
additionally removed pp3.x from travis CI
57eea0e
to
bf525d9
Compare
So I added the
$config_director_dirs
parameter to the bareos::director class as mentioned in #42 and removed therecurse
from the bareos class in order allow directories not managed by puppet.